home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_glimpse.idb / usr / freeware / src / glimpse-3.0 / configure.z / configure
Text File  |  1997-09-09  |  31KB  |  1,083 lines

  1. #!/bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.0 
  5. # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9.  
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/usr/local
  13. # Any additions from configure.in:
  14. ac_help="$ac_help
  15. "
  16. ac_help="$ac_help
  17. "
  18. ac_help="$ac_help
  19. "
  20.  
  21. # Omit some internal or obsolete options to make the list less imposing.
  22. ac_usage="Usage: configure [options] [host]
  23. Options: [defaults in brackets after descriptions]
  24. Configuration:
  25.   --cache-file=FILE       cache test results in FILE
  26.   --help                  print this message
  27.   --no-create             do not create output files
  28.   --quiet, --silent       do not print \`checking...' messages
  29.   --version               print the version of autoconf that created configure
  30. Directory and file names:
  31.   --prefix=PREFIX         install architecture-independent files in PREFIX
  32.                           [$ac_default_prefix]
  33.   --exec-prefix=PREFIX    install architecture-dependent files in PREFIX
  34.                           [same as prefix]
  35.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  36.   --program-prefix=PREFIX prepend PREFIX to installed program names
  37.   --program-suffix=SUFFIX append SUFFIX to installed program names
  38.   --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  39. Host type:
  40.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  41.   --host=HOST             configure for HOST [guessed]
  42.   --target=TARGET         configure for TARGET [TARGET=HOST]
  43. Features and packages:
  44.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  45.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  46.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  47.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  48.   --x-includes=DIR        X include files are in DIR
  49.   --x-libraries=DIR       X library files are in DIR
  50. --enable and --with options recognized:$ac_help"
  51.  
  52. # Initialize some variables set by options.
  53. # The variables have the same names as the options, with
  54. # dashes changed to underlines.
  55. build=NONE
  56. cache_file=./config.cache
  57. exec_prefix=NONE
  58. host=NONE
  59. no_create=
  60. nonopt=NONE
  61. no_recursion=
  62. prefix=NONE
  63. program_prefix=NONE
  64. program_suffix=NONE
  65. program_transform_name=s,x,x,
  66. silent=
  67. site=
  68. srcdir=
  69. target=NONE
  70. verbose=
  71. x_includes=NONE
  72. x_libraries=NONE
  73.  
  74. # Initialize some other variables.
  75. subdirs=
  76.  
  77. ac_prev=
  78. for ac_option
  79. do
  80.  
  81.   # If the previous option needs an argument, assign it.
  82.   if test -n "$ac_prev"; then
  83.     eval "$ac_prev=\$ac_option"
  84.     ac_prev=
  85.     continue
  86.   fi
  87.  
  88.   case "$ac_option" in
  89.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  90.   *) ac_optarg= ;;
  91.   esac
  92.  
  93.   # Accept the important Cygnus configure options, so we can diagnose typos.
  94.  
  95.   case "$ac_option" in
  96.  
  97.   -build | --build | --buil | --bui | --bu | --b)
  98.     ac_prev=build ;;
  99.   -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
  100.     build="$ac_optarg" ;;
  101.  
  102.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  103.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  104.     ac_prev=cache_file ;;
  105.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  106.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  107.     cache_file="$ac_optarg" ;;
  108.  
  109.   -disable-* | --disable-*)
  110.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  111.     # Reject names that are not valid shell variable names.
  112.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  113.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  114.     fi
  115.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  116.     eval "enable_${ac_feature}=no" ;;
  117.  
  118.   -enable-* | --enable-*)
  119.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  120.     # Reject names that are not valid shell variable names.
  121.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  122.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  123.     fi
  124.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  125.     case "$ac_option" in
  126.       *=*) ;;
  127.       *) ac_optarg=yes ;;
  128.     esac
  129.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  130.  
  131.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  132.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  133.   | --exec | --exe | --ex)
  134.     ac_prev=exec_prefix ;;
  135.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  136.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  137.   | --exec=* | --exe=* | --ex=*)
  138.     exec_prefix="$ac_optarg" ;;
  139.  
  140.   -gas | --gas | --ga | --g)
  141.     # Obsolete; use --with-gas.
  142.     with_gas=yes ;;
  143.  
  144.   -help | --help | --hel | --he)
  145.     cat << EOF
  146. $ac_usage
  147. EOF
  148.     exit 0 ;;
  149.  
  150.   -host | --host | --hos | --ho)
  151.     ac_prev=host ;;
  152.   -host=* | --host=* | --hos=* | --ho=*)
  153.     host="$ac_optarg" ;;
  154.  
  155.   -nfp | --nfp | --nf)
  156.     # Obsolete; use --without-fp.
  157.     with_fp=no ;;
  158.  
  159.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  160.   | --no-cr | --no-c)
  161.     no_create=yes ;;
  162.  
  163.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  164.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  165.     no_recursion=yes ;;
  166.  
  167.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  168.     ac_prev=prefix ;;
  169.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  170.     prefix="$ac_optarg" ;;
  171.  
  172.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  173.   | --program-pre | --program-pr | --program-p)
  174.     ac_prev=program_prefix ;;
  175.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  176.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  177.     program_prefix="$ac_optarg" ;;
  178.  
  179.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  180.   | --program-suf | --program-su | --program-s)
  181.     ac_prev=program_suffix ;;
  182.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  183.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  184.     program_suffix="$ac_optarg" ;;
  185.  
  186.   -program-transform-name | --program-transform-name \
  187.   | --program-transform-nam | --program-transform-na \
  188.   | --program-transform-n | --program-transform- \
  189.   | --program-transform | --program-transfor \
  190.   | --program-transfo | --program-transf \
  191.   | --program-trans | --program-tran \
  192.   | --progr-tra | --program-tr | --program-t)
  193.     ac_prev=program_transform_name ;;
  194.   -program-transform-name=* | --program-transform-name=* \
  195.   | --program-transform-nam=* | --program-transform-na=* \
  196.   | --program-transform-n=* | --program-transform-=* \
  197.   | --program-transform=* | --program-transfor=* \
  198.   | --program-transfo=* | --program-transf=* \
  199.   | --program-trans=* | --program-tran=* \
  200.   | --progr-tra=* | --program-tr=* | --program-t=*)
  201.     program_transform_name="$ac_optarg" ;;
  202.  
  203.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  204.   | -silent | --silent | --silen | --sile | --sil)
  205.     silent=yes ;;
  206.  
  207.   -site | --site | --sit)
  208.     ac_prev=site ;;
  209.   -site=* | --site=* | --sit=*)
  210.     site="$ac_optarg" ;;
  211.  
  212.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  213.     ac_prev=srcdir ;;
  214.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  215.     srcdir="$ac_optarg" ;;
  216.  
  217.   -target | --target | --targe | --targ | --tar | --ta | --t)
  218.     ac_prev=target ;;
  219.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  220.     target="$ac_optarg" ;;
  221.  
  222.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  223.     verbose=yes ;;
  224.  
  225.   -version | --version | --versio | --versi | --vers)
  226.     echo "configure generated by autoconf version 2.0"
  227.     exit 0 ;;
  228.  
  229.   -with-* | --with-*)
  230.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  231.     # Reject names that are not valid shell variable names.
  232.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  233.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  234.     fi
  235.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  236.     case "$ac_option" in
  237.       *=*) ;;
  238.       *) ac_optarg=yes ;;
  239.     esac
  240.     eval "with_${ac_package}='$ac_optarg'" ;;
  241.  
  242.   -without-* | --without-*)
  243.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  244.     # Reject names that are not valid shell variable names.
  245.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  246.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  247.     fi
  248.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  249.     eval "with_${ac_package}=no" ;;
  250.  
  251.   --x)
  252.     # Obsolete; use --with-x.
  253.     with_x=yes ;;
  254.  
  255.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  256.   | --x-incl | --x-inc | --x-in | --x-i)
  257.     ac_prev=x_includes ;;
  258.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  259.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  260.     x_includes="$ac_optarg" ;;
  261.  
  262.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  263.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  264.     ac_prev=x_libraries ;;
  265.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  266.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  267.     x_libraries="$ac_optarg" ;;
  268.  
  269.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  270.     ;;
  271.  
  272.   *) 
  273.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  274.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  275.     fi
  276.     if test "x$nonopt" != xNONE; then
  277.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  278.     fi
  279.     nonopt="$ac_option"
  280.     ;;
  281.  
  282.   esac
  283. done
  284.  
  285. if test -n "$ac_prev"; then
  286.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  287. fi
  288.  
  289. trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  290.  
  291. # File descriptor usage:
  292. # 0 unused; standard input
  293. # 1 file creation
  294. # 2 errors and warnings
  295. # 3 unused; some systems may open it to /dev/tty
  296. # 4 checking for... messages and results
  297. # 5 compiler messages saved in config.log
  298. if test "$silent" = yes; then
  299.   exec 4>/dev/null
  300. else
  301.   exec 4>&1
  302. fi
  303. exec 5>./config.log
  304.  
  305. echo "\
  306. This file contains any messages produced by compilers while
  307. running configure, to aid debugging if configure makes a mistake.
  308. " 1>&5
  309.  
  310. # Strip out --no-create and --no-recursion so they do not pile up.
  311. # Also quote any args containing shell metacharacters.
  312. ac_configure_args=
  313. for ac_arg
  314. do
  315.   case "$ac_arg" in
  316.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  317.   | --no-cr | --no-c) ;;
  318.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  319.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  320.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  321.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  322.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  323.   esac
  324. done
  325.  
  326. # NLS nuisances.
  327. # Only set LANG and LC_ALL to C if already set.
  328. # These must not be set unconditionally because not all systems understand
  329. # e.g. LANG=C (notably SCO).
  330. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  331. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  332.  
  333. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  334. rm -rf conftest* confdefs.h
  335. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  336. echo > confdefs.h
  337.  
  338. # A filename unique to this package, relative to the directory that
  339. # configure is in, which we can look for to find out if srcdir is correct.
  340. ac_unique_file=get_filename.c
  341.  
  342. # Find the source files, if location was not specified.
  343. if test -z "$srcdir"; then
  344.   ac_srcdir_defaulted=yes
  345.   # Try the directory containing this script, then its parent.
  346.   ac_prog=$0
  347.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  348.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  349.   srcdir=$ac_confdir
  350.   if test ! -r $srcdir/$ac_unique_file; then
  351.     srcdir=..
  352.   fi
  353. else
  354.   ac_srcdir_defaulted=no
  355. fi
  356. if test ! -r $srcdir/$ac_unique_file; then
  357.   if test "$ac_srcdir_defaulted" = yes; then
  358.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  359.   else
  360.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  361.   fi
  362. fi
  363. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  364.  
  365. # Prefer explicitly selected file to automatically selected ones.
  366. if test -z "$CONFIG_SITE"; then
  367.   if test "x$prefix" != xNONE; then
  368.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  369.   else
  370.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  371.   fi
  372. fi
  373. for ac_site_file in $CONFIG_SITE; do
  374.   if test -r "$ac_site_file"; then
  375.     echo "loading site script $ac_site_file"
  376.     . "$ac_site_file"
  377.   fi
  378. done
  379.  
  380. if test -r "$cache_file"; then
  381.   echo "loading cache $cache_file"
  382.   . $cache_file
  383. else
  384.   echo "creating cache $cache_file"
  385.   > $cache_file
  386. fi
  387.  
  388. ac_ext=c
  389. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  390. ac_cpp='$CPP $CPPFLAGS'
  391. ac_compile='${CC-cc} $CFLAGS $CPPFLAGS conftest.$ac_ext -c 1>&5 2>&5'
  392. ac_link='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext -o conftest $LIBS 1>&5 2>&5'
  393.  
  394. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  395.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  396.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  397.     ac_n= ac_c='
  398. ' ac_t='    '
  399.   else
  400.     ac_n=-n ac_c= ac_t=
  401.   fi
  402. else
  403.   ac_n= ac_c='\c' ac_t=
  404. fi
  405.  
  406.  
  407. # Extract the first word of "gcc", so it can be a program name with args.
  408. set dummy gcc; ac_word=$2
  409. echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  410. if eval "test \"`echo '${'ac_cv_prog_CC'+set}'`\" = set"; then
  411.   echo $ac_n "(cached) $ac_c" 1>&4
  412. else
  413.   if test -n "$CC"; then
  414.   ac_cv_prog_CC="$CC" # Let the user override the test.
  415. else
  416.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  417.   for ac_dir in $PATH; do
  418.     test -z "$ac_dir" && ac_dir=.
  419.     if test -f $ac_dir/$ac_word; then
  420.       ac_cv_prog_CC="gcc"
  421.       break
  422.     fi
  423.   done
  424.   IFS="$ac_save_ifs"
  425.   test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="cc"
  426. fi
  427. fi
  428. CC="$ac_cv_prog_CC"
  429. if test -n "$CC"; then
  430.   echo "$ac_t""$CC" 1>&4
  431. else
  432.   echo "$ac_t""no" 1>&4
  433. fi
  434.  
  435.  
  436. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&4
  437. if eval "test \"`echo '${'ac_cv_prog_gcc'+set}'`\" = set"; then
  438.   echo $ac_n "(cached) $ac_c" 1>&4
  439. else
  440.   cat > conftest.c <<EOF
  441. #ifdef __GNUC__
  442.   yes;
  443. #endif
  444. EOF
  445. if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
  446.   ac_cv_prog_gcc=yes
  447. else
  448.   ac_cv_prog_gcc=no
  449. fi
  450. fi
  451. echo "$ac_t""$ac_cv_prog_gcc" 1>&4
  452. if test $ac_cv_prog_gcc = yes; then
  453.   GCC=yes
  454.   if test "${CFLAGS+set}" != set; then
  455.     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&4
  456. if eval "test \"`echo '${'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  457.   echo $ac_n "(cached) $ac_c" 1>&4
  458. else
  459.   echo 'void f(){}' > conftest.c
  460. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  461.   ac_cv_prog_gcc_g=yes
  462. else
  463.   ac_cv_prog_gcc_g=no
  464. fi
  465. rm -f conftest*
  466.  
  467. fi
  468.     echo "$ac_t""$ac_cv_prog_gcc_g" 1>&4
  469.     if test $ac_cv_prog_gcc_g = yes; then
  470.       CFLAGS="-g -O"
  471.     else
  472.       CFLAGS="-O"
  473.     fi
  474.   fi
  475. else
  476.   GCC=
  477.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  478. fi
  479.  
  480. # Extract the first word of "ranlib", so it can be a program name with args.
  481. set dummy ranlib; ac_word=$2
  482. echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  483. if eval "test \"`echo '${'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  484.   echo $ac_n "(cached) $ac_c" 1>&4
  485. else
  486.   if test -n "$RANLIB"; then
  487.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  488. else
  489.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  490.   for ac_dir in $PATH; do
  491.     test -z "$ac_dir" && ac_dir=.
  492.     if test -f $ac_dir/$ac_word; then
  493.       ac_cv_prog_RANLIB="ranlib"
  494.       break
  495.     fi
  496.   done
  497.   IFS="$ac_save_ifs"
  498.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  499. fi
  500. fi
  501. RANLIB="$ac_cv_prog_RANLIB"
  502. if test -n "$RANLIB"; then
  503.   echo "$ac_t""$RANLIB" 1>&4
  504. else
  505.   echo "$ac_t""no" 1>&4
  506. fi
  507.  
  508. echo $ac_n "checking whether ln -s works""... $ac_c" 1>&4
  509. if eval "test \"`echo '${'ac_cv_prog_LN_S'+set}'`\" = set"; then
  510.   echo $ac_n "(cached) $ac_c" 1>&4
  511. else
  512.   rm -f conftestdata
  513. if ln -s X conftestdata 2>/dev/null
  514. then
  515.   rm -f conftestdata
  516.   ac_cv_prog_LN_S="ln -s"
  517. else
  518.   ac_cv_prog_LN_S=ln
  519. fi
  520. fi
  521. LN_S="$ac_cv_prog_LN_S"
  522. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  523.   echo "$ac_t""yes" 1>&4
  524. else
  525.   echo "$ac_t""no" 1>&4
  526. fi
  527.  
  528. ac_aux_dir=
  529. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  530.   if test -f $ac_dir/install-sh; then
  531.     ac_aux_dir=$ac_dir
  532.     ac_install_sh="$ac_aux_dir/install-sh -c"
  533.     break
  534.   elif test -f $ac_dir/install.sh; then
  535.     ac_aux_dir=$ac_dir
  536.     ac_install_sh="$ac_aux_dir/install.sh -c"
  537.     break
  538.   fi
  539. done
  540. if test -z "$ac_aux_dir"; then
  541.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  542. fi
  543. ac_config_guess=$ac_aux_dir/config.guess
  544. ac_config_sub=$ac_aux_dir/config.sub
  545. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  546.  
  547. # Find a good install program.  We prefer a C program (faster),
  548. # so one script is as good as another.  But avoid the broken or
  549. # incompatible versions:
  550. # SysV /etc/install, /usr/sbin/install
  551. # SunOS /usr/etc/install
  552. # IRIX /sbin/install
  553. # AIX /bin/install
  554. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  555. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  556. # ./install, which can be erroneously created by make from ./install.sh.
  557. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&4
  558. if test -z "$INSTALL"; then
  559. if eval "test \"`echo '${'ac_cv_path_install'+set}'`\" = set"; then
  560.   echo $ac_n "(cached) $ac_c" 1>&4
  561. else
  562.     IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  563.   for ac_dir in $PATH; do
  564.     case "$ac_dir" in
  565.     ''|.|/etc|/usr/sbin|/usr/etc|/sbin|/usr/afsws/bin|/usr/ucb) ;;
  566.     *)
  567.       # OSF1 and SCO ODT 3.0 have their own names for install.
  568.       for ac_prog in ginstall installbsd scoinst install; do
  569.         if test -f $ac_dir/$ac_prog; then
  570.       if test $ac_prog = install &&
  571.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  572.         # AIX install.  It has an incompatible calling convention.
  573.         # OSF/1 installbsd also uses dspmsg, but is usable.
  574.         :
  575.       else
  576.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  577.         break 2
  578.       fi
  579.     fi
  580.       done
  581.       ;;
  582.     esac
  583.   done
  584.   IFS="$ac_save_ifs"
  585.   # As a last resort, use the slow shell script.
  586.   test -z "$ac_cv_path_install" && ac_cv_path_install="$ac_install_sh"
  587. fi
  588.   INSTALL="$ac_cv_path_install"
  589. fi
  590. echo "$ac_t""$INSTALL" 1>&4
  591.  
  592. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  593. # It thinks the first close brace ends the variable substitution.
  594. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  595.  
  596. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  597.  
  598. ac_header_dirent=no
  599. for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  600. do
  601. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  602. echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&4
  603. if eval "test \"`echo '${'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
  604.   echo $ac_n "(cached) $ac_c" 1>&4
  605. else
  606.   cat > conftest.$ac_ext <<EOF
  607. #line 608 "configure"
  608. #include "confdefs.h"
  609. #include <sys/types.h>
  610. #include <$ac_hdr>
  611. int main() { return 0; }
  612. int t() {
  613. DIR *dirp = 0;
  614. ; return 0; }
  615. EOF
  616. if eval $ac_compile; then
  617.   rm -rf conftest*
  618.   eval "ac_cv_header_dirent_$ac_safe=yes"
  619. else
  620.   rm -rf conftest*
  621.   eval "ac_cv_header_dirent_$ac_safe=no"
  622. fi
  623. rm -f conftest*
  624.  
  625. fi
  626. if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
  627.   echo "$ac_t""yes" 1>&4
  628.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  629.   cat >> confdefs.h <<EOF
  630. #define $ac_tr_hdr 1
  631. EOF
  632.  ac_header_dirent=$ac_hdr; break
  633. else
  634.   echo "$ac_t""no" 1>&4
  635. fi
  636. done
  637. # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  638. if test $ac_header_dirent = dirent.h; then
  639. echo $ac_n "checking for -ldir""... $ac_c" 1>&4
  640. if eval "test \"`echo '${'ac_cv_lib_dir'+set}'`\" = set"; then
  641.   echo $ac_n "(cached) $ac_c" 1>&4
  642. else
  643.   ac_save_LIBS="$LIBS"
  644. LIBS="$LIBS -ldir "
  645. cat > conftest.$ac_ext <<EOF
  646. #line 647 "configure"
  647. #include "confdefs.h"
  648.  
  649. int main() { return 0; }
  650. int t() {
  651. opendir()
  652. ; return 0; }
  653. EOF
  654. if eval $ac_link; then
  655.   rm -rf conftest*
  656.   eval "ac_cv_lib_dir=yes"
  657. else
  658.   rm -rf conftest*
  659.   eval "ac_cv_lib_dir=no"
  660. fi
  661. rm -f conftest*
  662. LIBS="$ac_save_LIBS"
  663.  
  664. fi
  665. if eval "test \"`echo '$ac_cv_lib_'dir`\" = yes"; then
  666.   echo "$ac_t""yes" 1>&4
  667.   LIBS="$LIBS -ldir"
  668. else
  669.   echo "$ac_t""no" 1>&4
  670. fi
  671.  
  672. else
  673. echo $ac_n "checking for -lx""... $ac_c" 1>&4
  674. if eval "test \"`echo '${'ac_cv_lib_x'+set}'`\" = set"; then
  675.   echo $ac_n "(cached) $ac_c" 1>&4
  676. else
  677.   ac_save_LIBS="$LIBS"
  678. LIBS="$LIBS -lx "
  679. cat > conftest.$ac_ext <<EOF
  680. #line 681 "configure"
  681. #include "confdefs.h"
  682.  
  683. int main() { return 0; }
  684. int t() {
  685. opendir()
  686. ; return 0; }
  687. EOF
  688. if eval $ac_link; then
  689.   rm -rf conftest*
  690.   eval "ac_cv_lib_x=yes"
  691. else
  692.   rm -rf conftest*
  693.   eval "ac_cv_lib_x=no"
  694. fi
  695. rm -f conftest*
  696. LIBS="$ac_save_LIBS"
  697.  
  698. fi
  699. if eval "test \"`echo '$ac_cv_lib_'x`\" = yes"; then
  700.   echo "$ac_t""yes" 1>&4
  701.   LIBS="$LIBS -lx"
  702. else
  703.   echo "$ac_t""no" 1>&4
  704. fi
  705.  
  706. fi
  707.  
  708. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&4
  709. # On Suns, sometimes $CPP names a directory.
  710. if test -n "$CPP" && test -d "$CPP"; then
  711.   CPP=
  712. fi
  713. if test -z "$CPP"; then
  714. if eval "test \"`echo '${'ac_cv_prog_CPP'+set}'`\" = set"; then
  715.   echo $ac_n "(cached) $ac_c" 1>&4
  716. else
  717.     # This must be in double quotes, not single quotes, because CPP may get
  718.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  719.   CPP="${CC-cc} -E"
  720.   # On the NeXT, cc -E runs the code through the compiler's parser,
  721.   # not just through cpp.
  722.   cat > conftest.$ac_ext <<EOF
  723. #line 724 "configure"
  724. #include "confdefs.h"
  725. #include <assert.h>
  726. Syntax Error
  727. EOF
  728. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  729. ac_err=`grep -v '^ *+' conftest.out`
  730. if test -z "$ac_err"; then
  731.   :
  732. else
  733.   echo "$ac_err" >&5
  734.   rm -rf conftest*
  735.   CPP="${CC-cc} -E -traditional-cpp"
  736.   cat > conftest.$ac_ext <<EOF
  737. #line 738 "configure"
  738. #include "confdefs.h"
  739. #include <assert.h>
  740. Syntax Error
  741. EOF
  742. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  743. ac_err=`grep -v '^ *+' conftest.out`
  744. if test -z "$ac_err"; then
  745.   :
  746. else
  747.   echo "$ac_err" >&5
  748.   rm -rf conftest*
  749.   CPP=/lib/cpp
  750. fi
  751. rm -f conftest*
  752. fi
  753. rm -f conftest*
  754.   ac_cv_prog_CPP="$CPP"
  755. fi
  756. fi
  757. CPP="$ac_cv_prog_CPP"
  758. echo "$ac_t""$CPP" 1>&4
  759.  
  760. for ac_hdr in sys/select.h
  761. do
  762. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  763. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
  764. if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  765.   echo $ac_n "(cached) $ac_c" 1>&4
  766. else
  767.   cat > conftest.$ac_ext <<EOF
  768. #line 769 "configure"
  769. #include "confdefs.h"
  770. #include <$ac_hdr>
  771. EOF
  772. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  773. ac_err=`grep -v '^ *+' conftest.out`
  774. if test -z "$ac_err"; then
  775.   rm -rf conftest*
  776.   eval "ac_cv_header_$ac_safe=yes"
  777. else
  778.   echo "$ac_err" >&5
  779.   rm -rf conftest*
  780.   eval "ac_cv_header_$ac_safe=no"
  781. fi
  782. rm -f conftest*
  783. fi
  784. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  785.   echo "$ac_t""yes" 1>&4
  786.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  787.   cat >> confdefs.h <<EOF
  788. #define $ac_tr_hdr 1
  789. EOF
  790.  
  791. else
  792.   echo "$ac_t""no" 1>&4
  793. fi
  794. done
  795.  
  796.  
  797. echo $ac_n "checking for -lnsl""... $ac_c" 1>&4
  798. if eval "test \"`echo '${'ac_cv_lib_nsl'+set}'`\" = set"; then
  799.   echo $ac_n "(cached) $ac_c" 1>&4
  800. else
  801.   ac_save_LIBS="$LIBS"
  802. LIBS="$LIBS -lnsl "
  803. cat > conftest.$ac_ext <<EOF
  804. #line 805 "configure"
  805. #include "confdefs.h"
  806.  
  807. int main() { return 0; }
  808. int t() {
  809. gethostname()
  810. ; return 0; }
  811. EOF
  812. if eval $ac_link; then
  813.   rm -rf conftest*
  814.   eval "ac_cv_lib_nsl=yes"
  815. else
  816.   rm -rf conftest*
  817.   eval "ac_cv_lib_nsl=no"
  818. fi
  819. rm -f conftest*
  820. LIBS="$ac_save_LIBS"
  821.  
  822. fi
  823. if eval "test \"`echo '$ac_cv_lib_'nsl`\" = yes"; then
  824.   echo "$ac_t""yes" 1>&4
  825.   LIBS="$LIBS -lnsl"
  826. else
  827.   echo "$ac_t""no" 1>&4
  828. fi
  829.  
  830. echo $ac_n "checking for -lsocket""... $ac_c" 1>&4
  831. if eval "test \"`echo '${'ac_cv_lib_socket'+set}'`\" = set"; then
  832.   echo $ac_n "(cached) $ac_c" 1>&4
  833. else
  834.   ac_save_LIBS="$LIBS"
  835. LIBS="$LIBS -lsocket "
  836. cat > conftest.$ac_ext <<EOF
  837. #line 838 "configure"
  838. #include "confdefs.h"
  839.  
  840. int main() { return 0; }
  841. int t() {
  842. setsockopt()
  843. ; return 0; }
  844. EOF
  845. if eval $ac_link; then
  846.   rm -rf conftest*
  847.   eval "ac_cv_lib_socket=yes"
  848. else
  849.   rm -rf conftest*
  850.   eval "ac_cv_lib_socket=no"
  851. fi
  852. rm -f conftest*
  853. LIBS="$ac_save_LIBS"
  854.  
  855. fi
  856. if eval "test \"`echo '$ac_cv_lib_'socket`\" = yes"; then
  857.   echo "$ac_t""yes" 1>&4
  858.   LIBS="$LIBS -lsocket"
  859. else
  860.   echo "$ac_t""no" 1>&4
  861. fi
  862.  
  863.  
  864. # Check whether --enable-structured-queries or --disable-structured-queries was given.
  865. enableval="$enable_structured_queries"
  866. if test -n "$enableval"; then
  867.   cat >> confdefs.h <<\EOF
  868. #define STRUCTURED_QUERIES 0
  869. EOF
  870.  
  871. else
  872.   cat >> confdefs.h <<\EOF
  873. #define STRUCTURED_QUERIES 1
  874. EOF
  875.  
  876. fi
  877.  
  878. # Check whether --enable-pointer or --disable-pointer was given.
  879. enableval="$enable_pointer"
  880. if test -n "$enableval"; then
  881.   :
  882. else
  883.   cat >> confdefs.h <<\EOF
  884. #define AGREP_POINTER 1
  885. EOF
  886.  
  887. fi
  888.  
  889. # Check whether --enable-measure-times or --disable-measure-times was given.
  890. enableval="$enable_measure_times"
  891. if test -n "$enableval"; then
  892.   cat >> confdefs.h <<\EOF
  893. #define MEASURE_TIMES 1
  894. EOF
  895.  
  896. fi
  897.  
  898.  
  899. trap '' 1 2 15
  900. if test -w $cache_file; then
  901. echo "updating cache $cache_file"
  902. cat > $cache_file <<\EOF
  903. # This file is a shell script that caches the results of configure
  904. # tests run on this system so they can be shared between configure
  905. # scripts and configure runs.  It is not useful on other systems.
  906. # If it contains results you don't want to keep, you may remove or edit it.
  907. #
  908. # By default, configure uses ./config.cache as the cache file,
  909. # creating it if it does not exist already.  You can give configure
  910. # the --cache-file=FILE option to use a different cache file; that is
  911. # what configure does when it calls configure scripts in
  912. # subdirectories, so they share the cache.
  913. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  914. # config.status only pays attention to the cache file if you give it the
  915. # --recheck option to rerun configure.
  916. #
  917. EOF
  918. # Ultrix sh set writes to stderr and can't be redirected directly.
  919. (set) 2>&1 |
  920.   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/: \${\1='\2'}/p" \
  921.   >> $cache_file
  922. else
  923. echo "not updating unwritable cache $cache_file"
  924. fi
  925.  
  926. trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  927.  
  928. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  929. # Let make expand exec_prefix.
  930. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  931.  
  932. # Any assignment to VPATH causes Sun make to only execute
  933. # the first set of double-colon rules, so remove it if not needed.
  934. # If there is a colon in the path, we need to keep it.
  935. if test "x$srcdir" = x.; then
  936.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  937. fi
  938.  
  939. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  940.  
  941. # Transform confdefs.h into DEFS.
  942. # Protect against shell expansion while executing Makefile rules.
  943. # Protect against Makefile macro expansion.
  944. cat > conftest.defs <<\EOF
  945. s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%-D\1=\2%g
  946. s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
  947. s%\[%\\&%g
  948. s%\]%\\&%g
  949. s%\$%$$%g
  950. EOF
  951. DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
  952. rm -f conftest.defs
  953.  
  954.  
  955. # Without the "./", some shells look in PATH for config.status.
  956. : ${CONFIG_STATUS=./config.status}
  957.  
  958. echo creating $CONFIG_STATUS
  959. rm -f $CONFIG_STATUS
  960. cat > $CONFIG_STATUS <<EOF
  961. #!/bin/sh
  962. # Generated automatically by configure.
  963. # Run this file to recreate the current configuration.
  964. # This directory was configured as follows,
  965. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  966. #
  967. # $0 $ac_configure_args
  968. #
  969. # Compiler output produced by configure, useful for debugging
  970. # configure, is in ./config.log if it exists.
  971.  
  972. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  973. for ac_option
  974. do
  975.   case "\$ac_option" in
  976.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  977.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  978.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  979.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  980.     echo "$CONFIG_STATUS generated by autoconf version 2.0"
  981.     exit 0 ;;
  982.   -help | --help | --hel | --he | --h)
  983.     echo "\$ac_cs_usage"; exit 0 ;;
  984.   *) echo "\$ac_cs_usage"; exit 1 ;;
  985.   esac
  986. done
  987.  
  988. ac_given_srcdir=$srcdir
  989. ac_given_INSTALL="$INSTALL"
  990.  
  991. trap 'rm -f Makefile index/Makefile compress/Makefile agrep/Makefile libtemplate/Makefile libtemplate/util/Makefile libtemplate/template/Makefile; exit 1' 1 2 15
  992.  
  993. # Protect against being on the right side of a sed subst in config.status. 
  994. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\\\&%]/\\\\&/g; 
  995.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  996. $ac_vpsub
  997. $extrasub
  998. s%@CFLAGS@%$CFLAGS%g
  999. s%@CPPFLAGS@%$CPPFLAGS%g
  1000. s%@CXXFLAGS@%$CXXFLAGS%g
  1001. s%@DEFS@%$DEFS%g
  1002. s%@LDFLAGS@%$LDFLAGS%g
  1003. s%@LIBS@%$LIBS%g
  1004. s%@exec_prefix@%$exec_prefix%g
  1005. s%@prefix@%$prefix%g
  1006. s%@program_transform_name@%$program_transform_name%g
  1007. s%@CC@%$CC%g
  1008. s%@RANLIB@%$RANLIB%g
  1009. s%@LN_S@%$LN_S%g
  1010. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1011. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1012. s%@CPP@%$CPP%g
  1013.  
  1014. CEOF
  1015. EOF
  1016. cat >> $CONFIG_STATUS <<EOF
  1017.  
  1018. CONFIG_FILES=\${CONFIG_FILES-"Makefile index/Makefile compress/Makefile agrep/Makefile libtemplate/Makefile libtemplate/util/Makefile libtemplate/template/Makefile"}
  1019. EOF
  1020. cat >> $CONFIG_STATUS <<\EOF
  1021. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1022.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  1023.   case "$ac_file" in
  1024.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  1025.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1026.   *) ac_file_in="${ac_file}.in" ;;
  1027.   esac
  1028.  
  1029.   # Adjust relative srcdir, etc. for subdirectories.
  1030.  
  1031.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1032.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1033.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1034.     # The file is in a subdirectory.
  1035.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1036.     ac_dir_suffix="/$ac_dir"
  1037.     # A "../" for each directory in $ac_dir_suffix.
  1038.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1039.   else
  1040.     ac_dir_suffix= ac_dots=
  1041.   fi
  1042.  
  1043.   case "$ac_given_srcdir" in
  1044.   .)  srcdir=.
  1045.       if test -z "$ac_dots"; then top_srcdir=.
  1046.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1047.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1048.   *) # Relative path.
  1049.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1050.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1051.   esac
  1052.  
  1053.   case "$ac_given_INSTALL" in
  1054.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1055.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1056.   esac
  1057.   echo creating "$ac_file"
  1058.   rm -f "$ac_file"
  1059.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1060.   case "$ac_file" in
  1061.   *Makefile*) ac_comsub="1i\\
  1062. # $configure_input" ;;
  1063.   *) ac_comsub= ;;
  1064.   esac
  1065.   sed -e "$ac_comsub
  1066. s%@configure_input@%$configure_input%g
  1067. s%@srcdir@%$srcdir%g
  1068. s%@top_srcdir@%$top_srcdir%g
  1069. s%@INSTALL@%$INSTALL%g
  1070. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  1071. fi; done
  1072. rm -f conftest.subs
  1073.  
  1074.  
  1075.  
  1076. exit 0
  1077. EOF
  1078. chmod +x $CONFIG_STATUS
  1079. rm -fr confdefs* $ac_clean_files
  1080. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS
  1081.  
  1082.  
  1083.